From 249f93d4fb5f04f03a92b1376576bf0f54450ec6 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 29 Jun 2010 14:09:07 +0200 Subject: [PATCH] emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/rx.el | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 953c04eb766..c8932d5059b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-06-29 Leo (tiny change) + + * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) + 2010-06-27 Oleksandr Gavenko (tiny change) * generic-x.el (bat-generic-mode): Fix regexp for command line diff --git a/lisp/emacs-lisp/rx.el b/lisp/emacs-lisp/rx.el index 5d04494ecb6..85fe3514b01 100644 --- a/lisp/emacs-lisp/rx.el +++ b/lisp/emacs-lisp/rx.el @@ -1053,9 +1053,6 @@ CHAR like `and', but makes the match accessible with `match-end', `match-beginning', and `match-string'. -`(group SEXP1 SEXP2 ...)' - another name for `submatch'. - `(or SEXP1 SEXP2 ...)' `(| SEXP1 SEXP2 ...)' matches anything that matches SEXP1 or SEXP2, etc. If all -- 2.30.2